1,483 questions with Azure Cosmos DB tags

Sort by: Updated
0 answers

Trouble Assigning Cosmos DB Operator Role to User-Assigned Managed Identity via ARM Template

Hi Azure Community, I'm currently working on assigning the Cosmos DB Operator role to a user-assigned managed identity using an ARM template. Despite following the documentation, I'm encountering a "not found" error, and I'm not sure what I'm…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-06T11:45:22.9333333+00:00
Djordje Djukic (AKVELON INC) 0 Reputation points Microsoft Vendor
commented 2024-06-07T23:35:34.7466667+00:00
Oury Ba-MSFT 16,986 Reputation points Microsoft Employee
0 answers

Vector Database, Cosmos DB Container. Vector and Indexing policies.

Hello guys, I'm going nuts on this one. I'm trying to build an Azure Cosmos DB Container with the Vector feature, I have enabled the feature of Vector Search for NoSQL API (preview). I first tried to create the container in Azure portal and then…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-07T15:21:21.2033333+00:00
Anders Blomkvist 0 Reputation points
commented 2024-06-07T15:22:25.7566667+00:00
Anders Blomkvist 0 Reputation points
0 answers

ArtifactDeletionTask status: 403; status message: Forbidden

Hi, We have a synapse pipeline that is used to copy data to cosmos DB and using the Synapse workspace deployment task in Azure DevOps to migrate from Dev to QA. While migrating we are getting error as below: 2024-05-05T21:30:06.5454516Z Getting Artifacts…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,524 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-05T23:19:10.4066667+00:00
Ajay Rana 0 Reputation points
commented 2024-06-07T09:33:22.4466667+00:00
Smaran Thoomu 11,290 Reputation points Microsoft Vendor
2 answers

How to fix this error: We are unable to connect to the temporary workspace. Please try again in a few minutes. If the error persists, file a support ticket.

Hello, I am doing the MS learn module for Cosmos DB https://learn.microsoft.com/en-us/training/modules/implement-vcore-based-azure-cosmos-db-mongodb/?WT.mc_id=cloudskillschallenge_60d54986-b94f-45e3-9653-2917c91648e7 I am doing the lab …

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-02T18:34:55.74+00:00
Kaleb Cole 0 Reputation points
accepted 2024-06-07T01:40:47.82+00:00
Kaleb Cole 0 Reputation points
5 answers One of the answers was accepted by the question author.

Is there an emulator Azure Cosmos DB for MongoDB vCore

I'm using Azure Cosmos DB for MongoDB vCore as a vector DB to serve a rag application. I'm wondering if there is a way to run a similar instance locally, to be able to set a local environment for development purpose?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-06T20:49:01.2933333+00:00
Hela Masri 20 Reputation points
answered 2024-06-06T22:44:13.53+00:00
Oury Ba-MSFT 16,986 Reputation points Microsoft Employee
1 answer

CosmosDB, Vector search, diskANN

Trying to experiment with vector search in cosmos db I get an exception: Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: xxx; Reason: (Message:…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-02T19:55:06.3033333+00:00
Vladimir Nesterovsky 20 Reputation points
commented 2024-06-06T14:49:56.4733333+00:00
Vladimir Nesterovsky 20 Reputation points
0 answers

Is there a way to get cosmosdb (for nosql) container size and total container document count.

I want to get total items count (row count) and container size for a cosmosdb (nosql) container efficiently using a python client. Is there a way to do this efficiently.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-06-05T11:07:07.59+00:00
kaif khan 0 Reputation points
commented 2024-06-05T14:55:39.5966667+00:00
GeethaThatipatri-MSFT 28,377 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Unable to connect to Azure Cosmos DB using Corporate Proxy

I am trying to use Azure Cosmos DB as my document database using Python SDK library. And it seems that I unable to connect to cosmos DB using corporate proxy if I pass the proxy information using "ProxyConfiguration" or…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-30T10:49:50.39+00:00
Shahnawaz 21 Reputation points
accepted 2024-06-04T14:57:13.4533333+00:00
Shahnawaz 21 Reputation points
1 answer

Cannot connect to Azure Cosmos Mongo DB

Hello, I've deployed an Azure Cosmos DB for MongoDB (vCore) cluster and I cannot connect to anything. I get the error: We are unable to connect to the temporary workspace. Please try again in a few minutes. If the error persists, file a support ticket.…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-28T23:57:45.76+00:00
Jesse C 0 Reputation points
commented 2024-06-04T09:21:18.3866667+00:00
ShaktiSingh-MSFT 14,091 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Which role has "Microsoft.DocumentDB/databaseAccounts/readMetadata" permission? This RBAC permission is required for Managed Identity to access cosmos DB

I've attempted to establish a connection to Cosmos DB from an Azure function using a user-managed identity. However, I've encountered difficulties, as I couldn't find a role that grants the required permission…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-21T16:19:06.5133333+00:00
Pramita Dhakal 20 Reputation points Microsoft Employee
accepted 2024-06-03T16:19:12.1166667+00:00
Pramita Dhakal 20 Reputation points Microsoft Employee
1 answer

The index path corresponding to the specified order-by item is excluded.

Hi 🙂 I run a Spring Boot app on Azure, it connects to CosmosDB through ReactiveMongoTemplate. I can save to the collection but my query fails with the following error message: Caused by: com.mongodb.MongoQueryException: Query failed with error…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2021-02-04T00:43:49.827+00:00
Itumeleng Manota 6 Reputation points
commented 2024-06-03T14:15:48.05+00:00
Omar Garcia Piñeiro 0 Reputation points
1 answer One of the answers was accepted by the question author.

Does Azure Cosmos DB for PostgreSQL support logical decoding?

Hi, I want to use debezium to stream CDC events from the Azure Cosmos DB for PostgreSQL cluster. But it seems that I cannot create a user (role) with REPLICATION privilege via the citus user. So how can I get a user with REPLICATION privilege? FYI:…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2023-03-27T08:53:57.79+00:00
Siyuan 25 Reputation points
commented 2024-06-03T12:18:21.96+00:00
Mikhail Dubovik 0 Reputation points
1 answer One of the answers was accepted by the question author.

containerId null when using cosmosDB as an input bindung for a azure function

Hi all, I am trying to read some data from my cosmosDB-Database into an azure Function using an input binding. I followed this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,461 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2023-12-06T10:16:34.16+00:00
Nicolas Fromme 25 Reputation points
commented 2024-06-03T00:47:54.4533333+00:00
Ben Roberts 0 Reputation points
1 answer One of the answers was accepted by the question author.

Role required to read/write data from cosmos DB (SQL API) from ADF?

We are trying to read/write data from Azure data factory, since local authentication is disabled in cosmos we are trying to access cosmos DB using managed identity. However even with Cosmos DB Account Contributor role assigned to managed identity of…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,845 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,005 questions
asked 2022-04-06T15:47:26.763+00:00
Ashutosh Saini 36 Reputation points
commented 2024-06-02T06:05:39.37+00:00
Jake Hall 0 Reputation points
2 answers One of the answers was accepted by the question author.

Create a Document using Postman HTTP API request

I need to create a new document to my Azure Cosmos database container. The database name is mydb and container name is mycontainer. However, I get below response: {"code":"Unauthorized","message":"The input…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-30T20:13:42.62+00:00
AzureGuru 40 Reputation points
accepted 2024-05-31T18:30:58.5266667+00:00
AzureGuru 40 Reputation points
2 answers

How to use mTLS to secure a sql database

Hi, I'm trying to an managed sql database in Azure using either a managed sql instance or cosmosdb with the postgres interface. However I would like to secure the communication towards it using mTLS since all of the communication will come from…

Azure SQL Database
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
984 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-30T07:43:23.8666667+00:00
David Andersson 0 Reputation points
answered 2024-05-31T15:59:40.9966667+00:00
GeethaThatipatri-MSFT 28,377 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How can I find help validating a certificate?

Indeed, I am a student in cloud computing in Morocco and I do not have enough means to obtain the AZ 900 certification and my family also does not have enough financial means. Could someone help me validate this certificate please?

Azure SQL Database
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,389 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,524 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,845 questions
asked 2024-05-30T15:54:26.2366667+00:00
HAMIDOU YOUSSOUF 20 Reputation points
accepted 2024-05-31T14:55:42.77+00:00
HAMIDOU YOUSSOUF 20 Reputation points
2 answers One of the answers was accepted by the question author.

How can i Index collection from cosmos Db using Azure Cognitive search

How can I index a specific collection from a Cosmos DB data source using Azure Cognitive search? I have setup resource from Azure AI Search and CosmosDB instance contains two collections when I create an index in Azure AI Search connected to the cosmodDB…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-30T23:39:32.64+00:00
Sofia 20 Reputation points
accepted 2024-05-31T14:42:26.2866667+00:00
Sofia 20 Reputation points
1 answer One of the answers was accepted by the question author.

how to fix The provided location 'centraluseuap' is not available for resource group

{"code":"LocationNotAvailableForResourceGroup","message":"The provided location 'centraluseuap' is not available for resource group. List of available regions is…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-30T22:12:41.3266667+00:00
Ravindra Mankar 20 Reputation points
accepted 2024-05-30T22:37:54.9433333+00:00
Ravindra Mankar 20 Reputation points
0 answers

Cosmos DB metric incorrect

Hi folks, I've found a metric in my environment (ServiceAvailability) that is clearly just wrong in some way. By the looks of things either Total is incorrect (should be 4400) or Count is incorrect (should be 1), which is then throwing out the…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,909 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,483 questions
asked 2024-05-13T09:21:13.64+00:00
Dave Lewis 25 Reputation points
commented 2024-05-30T04:45:21.7966667+00:00
AnuragSingh-MSFT 20,981 Reputation points